<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************************************/
/*========================================================================== é¦–é¡µæ&nbsp;·å¼ =====================================================================*/
/***********************************************************************************************************************************************************/

/************************************************************å…¬ç”¨æ&nbsp;·å¼************************************************************/
*{
	margin:0;padding:0;
}

body {
	line-height: 1.5;
	font-family: "microsoft yahei", å¾®è½¯é›…é»‘;
}

ul,li {
	list-style:none;
}

img {
	border:0;
	vertical-align: middle;
}

a {
	color: #000000;
	background: transparent;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	transition: all .3s ease;
}

a:hover {text-decoration:none !important;}

a:focus,li:focus {outline:none;}

table {border-collapse:collapse;}

.clear {
	clear:both;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.trans {
	transition: all .3s;

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cursorD{
	cursor:default
}

button{outline: 0;border: none;}

textarea {
	resize: none;
}

i {
	font-style: inherit;
}

.v-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/************************************************************å¤´éƒ¨************************************************************/
.head_south {
    display: none;
}
.yd-header {
	height: 100px;
	background-color: #fff;
}

.nav-content {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 18px;
	height: 100%;
}

.yd-content {
	width: 100%;
	/*max-width: 1600px;*/
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 18px;
	height: 100%;
}

/*.main-content .yd-content {*/
/*	max-width: 1200px;*/
/*}*/

.yd-logo {
	/*height: 70%;*/
	/* margin-left: 6%; */
}

.yd-logo img {
	/*height: 100%;*/
}

.yd-header-right {
	height: 98px;
}

.language {
	text-align: right;
	font-size: 14px;
	color: #333;
	height: 42px;
	line-height: 42px;
}

.language a {
	vertical-align: middle;
	margin: 12px;
	color: #000000;
	font-size: 15px;
}

.language a:hover {
	color: #1B9AF7;
}

.search-content {
	/* position: relative;
    width: 250px;*/
    margin-top: 10px;
}
.dk-navsub-lang {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
.dk-navsub-lang a:first-child {
    background-color: #0074d3;
}
.dk-navsub-lang a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background-color: #004b88;
}
.search-content a {
	/* position: absolute; */
	right: 0;
	height: 22px;
	line-height: 22px;
	/*font-size: 14px;*/
	color: #fff;
	/* top: 0; */
	/*font-weight: bold;*/
}

.search-content a:hover {
	color: #1B9AF7;
}

.search-input {
	height: 40px;
	line-height: 40px;
	border: 1px solid #000000;
	padding: 0 0 0 15px;
	border-right: 0;
        width: 150px;
	font-size: 15px;
	/*padding-left: 12px;*/
}

.search-glass {
	width: 40px;
	height: 40px;
	background-image: url(../img/photo_orig.png);
	background-color: #0068b7;
	background-size:  cover ;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #f0f0f0;
	border-left: 0;
	outline: 0;
	padding-left: 1px;
	overflow: hidden;
	text-indent: -9999px;
    border-radius: 0 12px 12px 0;
    background-size: 80%;
}


/************************************************************å¯¼èˆª************************************************************/

.nav * {
    transition: 300ms;
}

.nav {
	width: 100%;
	height: 56px;
	float: left;
	position: relative;
	z-index: 99;
	/* background: #0186D1; */
	/*border-top: 2px solid #efefef;*/
}

.nav .nav-content .head_pc_content .head_pc_cd &gt; ul {
	width: 100%;
	float: left;
	padding: 0 5px;
}

.nav .nav-content .head_pc_content .head_pc_cd &gt; ul &gt; li {
	float: left;
	width: 16.6%;
	line-height: 56px;
	height: 56px;
	text-align: center;
	font-size: 18px;
	font-weight: 700
}

.nav-content .head_pc_content .head_pc_cd &gt; ul &gt; li:before {
    /*position: absolute;*/
    left: 50%;
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    /*background: #188FDA;*/
    opacity: 0;
    transition: 600ms;
}

.nav .nav-content .head_pc_content .head_pc_cd &gt; ul &gt; li &gt; a {
	float: left;
	color: #454444;
	font-weight: 700;
	display: block;
	width: 100%
}

.nav .nav-content .head_pc_content .head_pc_cd &gt; ul &gt; li.active &gt; a {
	/* background: #01649D; */
	color: #188FDA;
}

.nav .nav-content .head_pc_content .head_pc_cd &gt; ul &gt; li:hover &gt; a {
	 background: #01649D;
	color: #188FDA;
}

.nav-content .head_pc_content .head_pc_cd &gt; ul &gt; li:hover:before, .nav-content .head_pc_content .head_pc_cd &gt; ul &gt; li.active:before {
    opacity: 1;
    width: 30%;
    left: 0;
    right: 0;
    margin: auto;
}

.nav .nav-content .head_pc_content .head_pc_cd &gt; ul &gt; li {
	/*position: relative*/
}

.navbar-collapse.collapse {
	display: none;
}

.menu2 {
	position: absolute;
	z-index: 10;
	width: 210px;
	background: #FFF;
	top: 100%;
	/*left: -50px;*/
	margin-top: 20px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transition: 600ms;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

.nav .nav-content &gt; ul &gt; li:hover .menu2 {
	z-index: 11;
	margin-top: -2px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.menu2 ul {
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
}

.menu2 &gt; ul &gt; li &gt; a {
	display: block;
	padding: 0px 30px;
	text-align: left;
	line-height: 50px;
	color: #666 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	font-size: 14px;
	font-weight: normal;
}

.menu2 li a span {
	float: right;
	line-height: 50px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	color: #666;
}

.menu2 li a:hover {
	text-indent: 1em;
}

.menu2 li a:hover span {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.nav .nav-content &gt; ul &gt; li:hover .menu2 &gt; ul {
	height: auto;
}

.menu2 &gt; ul &gt; li &gt; a:hover {
	color: #666;
	background: #EDEDED;
}

/************************************************************è½®æ’­å›¾************************************************************/
.main {
	width: 100%;
	float: left;
}

.banner {
	width: 100%;
	position: relative;
}
.banner_mobile {
	width: 100%;
	position: relative;
}

/*.banner .owl-controls {*/
/*	position: absolute;*/
/*	z-index: 100;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: 20px;*/
/*	z-index: 100;*/
/*}*/
.banner .owl-dots {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 90px;
	z-index: 100;
}

.banner .owl-theme .owl-dots .owl-dot {
	zoom: 1.5!important;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ffffff !important;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #0186D1 !important;
}


.owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: none!important;
	padding: 0!important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] .fa {
	font-size: 58px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] :hover {
	color: #0186D1;
}

.banner .owl-prev {
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translateY(-50%);
}

.banner .owl-next {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
}

/************************************************************å†…å®¹************************************************************/
.row:first-child{
	margin-top: 60px;
}
.row:not(:first-child) {
	/*margin: 30px 0 10px 0;*/
	margin: 30px 0 0 0;
}
.culture_context &gt; div {
	background: #fff;
	padding: 20px;
	box-shadow: 5px 5px 5px #888888;
}
.news-content {
	width: 100%;
}

/** æ–°é—»ä¸­å¿ƒ **/
.new-content .new-center:first-child {
	margin-right: 2%;
}

.new-content .new-center {
	width: 49%;
}

.new-center {
	margin-top: 20px;
}

.new-center .new-center-header {
    zoom: 1;
}

.head-margin-top {
	margin-top: 44px
}

.new-center .new-center-header:before, .new-center .new-center-header:after {
    content: " ";
    display: table;
}

.new-center-header h2 {
    float: left;
    font-size: 18px;
    padding-left: 10px;
    font-weight: 600;
    line-height: normal;
	border-left: 6px solid #188FDA;
	margin: 0;
}

.new-center-header h3 {
    float: left;
    font-size: 16px;
    margin: 0 0 0 20px;
    font-weight: 400;
    line-height: normal;
}

.new-center-header h3 a {
	color: #9a9a9a;
}

.new-center-header h2.active a {
	color: #188FDA;
}

.new-center-header h2 a:hover, .new-center-header h3 a:hover {
	font-weight: bold;
}

.new-center-header .act, .new-center-header .data-select {
    float: right;
    margin-top: 3px;
}

.new-center-header .act a:hover {
	color: #188FDA;
}

.new-center-header:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.new-center-header:before, .new-center-header:after {
    content: " ";
    display: table;
}

.new-center .new-center-body {
    margin-top: 12px;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    background-color: #FFF;
	padding: 0 20px;
}

.body-padding {
	padding: 0 20px 10px 20px!important;
}

.new:first-child {
    border-top: 0;
}

.new {
    padding: 20px 0;
    border-top: 1px solid #E6E6E6;
    zoom: 1;
}

.new:before, .new:after {
    content: " ";
    display: table;
}

.new:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.new .only-pic {
    float: left;
    /* width: 155px; */
	width: 28%;
	margin-right: 2%;
	overflow: hidden;
}

.new .only-pic img {
	width: 100%;
	height: 113px;
	transform: scale(2);
}

.new .info {
    float: right;
    /* width: 552px; */
	width: 70%;
}

.new .info h3 {
    font-size: 17px;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	height: 24px;
}

.new .info .new-desc {
    margin-top: 8px;
    color: #333;
	font-size: 14px;
}

.new-desc p {
	margin-bottom: 0;
	height: 55px;
	/*line-height: 18px;*/
	overflow: hidden;
	text-align: justify;
	color: #6b6969;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.info a:hover, .new-desc a:hover {
	color: #188FDA;
}

.new .new-tools {
    margin-top: 8px;
    text-align: right;
	height: 19px;
}

.new .new-tools .new-date {
    display: inline-block;
    color: #B1B1B1;
    vertical-align: middle;
	font-size: 13px;
}

.new .new-tools .new-share {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 22px;
    height: 18px;
    margin-left: 5px;
    font-size: 0;
    vertical-align: middle;
    background: url(../img/ico-share.png) no-repeat center center;
    cursor: pointer;
}

.new .new-tools .new-share .label-panel {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 22px;
    margin-left: -11px;
    padding-bottom: 3px;
}

.new .new-tools .new-share .ico-share.ico-share-weixin {
    position: relative;
    height: 17px;
    background-image: url(../img/ico-weixin.png);
}

.new .new-tools .new-share .ico-share {
    display: block;
    width: 22px;
    margin-bottom: 5px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.code-weixin {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 10000;
    width: 121px;
    height: 129px;
    margin-left: -60px;
    background: url(../img/code-weixin.png) no-repeat;
}

.new .new-tools .new-share .ico-share.ico-share-sina {
    height: 18px;
    background-image: url(../img/ico-sina.png);
}


/** ç¬¬ä¸€è¡Œ å³ä¾§é€šçŸ¥ **/
.new-center-body .news-ul {
	/* padding: 0 20px; */
	/*height: 350px;*/
	height: 154px;
}

.new-center-body .news-ul .new-li {
	padding: 0 85px 0 0;
	border-top: 1px solid #E6E6E6;
	zoom: 1;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	/* float: left; */
	/* width: 100%; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

/* .new-center-body .news-ul .new-li div {
	width: 80%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} */

.new-center-body .news-ul .new-li span {
	float: right;
	color: #8c8c8c;
	position: absolute;
	top: 0;
	right: 0;
}

.new-center-body .news-ul .new-li:first-child {
	border-top: 0;
}

.new-center-body .news-ul .new-li a:hover {
	color: #188FDA;
	font-weight: bold;
}

.new-center-body .new-img {
	width: 39%;
	position: relative;
	margin: 20px 2% 0px 0px;
}

.new-center-body .new-img .item img {
	width: 100%;
	height: 173px;
}

.new-center-body .new-img .item div {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	background-color: rgb(0, 0, 0, 0.5);
	width: 100%;
	padding-left: 15px;
	color: #FFFFFF;
}

.new-center-body .new-img .owl-controls {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: 0;
	margin: 0!important;
}

.new-center-body .new-img .owl-theme .owl-dots .owl-dot span {
	margin: 5px 2px!important;
	width: 8px;
	height: 8px;
}


.new-center-body .basic-new-list {
	width: 59%;
}

.new-center-body .basic-new-list ul {
	margin: 18px 0 0 0;
}

.basic-ul li:nth-child(4) {
	border-bottom: 1px solid #E6E6E6;
}

.new-center-body .basic-new-list ul li {
	padding: 0 85px 0 0;
	border-top: 1px solid #E6E6E6;
	zoom: 1;
	font-size: 14px;
	/*height: 35px;*/
	/*line-height: 35px;*/
	height: 43px;
	line-height: 43px;
	/* float: left; */
	/* width: 100%; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.new-center-body .basic-new-list ul li:first-child {
	border-top: 0;
}

/* .new-center-body .basic-new-list ul li div {
	width: 80%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} */

.new-center-body .basic-new-list ul li a:hover {
	color: #188FDA;
	font-weight: bold;
}

.new-center-body .basic-new-list ul li span {
	/* float: right; */
	color: #8c8c8c;
	position: absolute;
	top: 0;
	right: 0;
}


/** äº§ä¸šå¸ƒå±€ **/
.industry-list .industry {
	margin-top: 20px;
	float: left;
	width: 23.75%;
	position: relative;
	overflow: hidden;
	margin-left: 1.66%;
}

.industry-list .industry:first-child {
	margin-left: 0;
}

.industry a {
	color: #fff;
	font-size: 16px;
}

.industry a:hover img {
	transform: scale(1.1, 1.1);
}

.industry &gt; a:hover &gt; span {
	color: #188FDA;
}

.industry img{
	width: 100%;
	height: 214px;
	transition: all 0.8s ease-in-out;
}

.industry .computer {
	display: block;
}

.industry .industry-icon {
	position: absolute;
	left: 6%;
	top: 3%;
	height: 50px;
	line-height: 50px;
	z-index: 100;
	padding-left: 16%;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}

/** è§†é¢‘3dflowè½®æ’­ **/
.new-center .new-center-header .more &gt; a {
	display: block;
	padding-left: 22px;
	color: #909090;
	background: url(../img/more-icon.png) left center no-repeat;
	height: 22px;
	font-size: 16px;
}

.new-center .new-center-header .more a:hover {
	background: url(../img/blue-icon.png) left center no-repeat;
	color: #188FDA;
}

.swiper-content {
	width: 100%;
	min-height: 200px;
	background-image: url(../images/fgbackgroud.jpg);
	margin-top: 0px;
	padding: 1px 0 50px 0;
}

.swiper-content .swiper-wrapper, .swiper-content .swiper-wrapper .swiper-slide {
    height: auto !important;
}

.video-display {
	width: 92%;
	margin: 0 auto;
	padding: 30px 0;
}

.video-focus-phone {
	display: none;
}

.swiper-content .video-display .swiper-button-prev {
	left: 0;
}

.swiper-content .video-display .swiper-button-next {
	right: 0;
}

.swiper-content .swiper-button-prev,
.swiper-content .swiper-button-next {
	background-image: none!important;
}

.video-display .swiper-button-prev, .video-display .swiper-button-next {
	width: 50px;
	height: 56px;
	line-height: 56px;
	background-color: #c7001d;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.pic {
	height: 100%
}

.pic img {
	display: block;
	width: 100%;
	/*max-height: 400px;*/
	height: 325px;
	z-index: 2;
}

.title {
	width: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	background-color: rgba(000,000,000,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.title a {
	color: #fff;
}

.title a:hover {
	color: #188FDA;
}

.video-play {
	width: 94px;
	height: 94px;
	background: url(../img/video-play.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -47px 0 0 -47px;
	cursor: pointer;
	z-index: 3;
	display: none;
}

.swiper-slide.swiper-slide-active .video-play {
    display: block;
}

/*è§†é¢‘å¼¹æ¡†*/
.pop-video-layer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
}

.pop-video-layer .opacity {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	filter: alpha(opacity=87);
	opacity: 0.87;
}

.pop-video-layer .video-layer-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: -245px;
	width: 750px;
	height: 490px;
}

.pop-video-layer .video-layer-detail {
	width: 750px;
	height: 490px;
	background: #000;
}

.pop-video-layer .video-layer-inner .close {
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: url(../img/video-close.png) center center no-repeat;
	opacity: 1;
}


/************************************************************åº•éƒ¨************************************************************/
.footer {
	float: left;
	width: 100%;
	height: 250px;
	background-color: #0a2d49;
}

/** åº•éƒ¨é“¾æŽ¥ **/
.foot-links {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #0186D1;
}

.foot-link{
	float: left;
	width: 25%;
}

.foot-link a {
	color: #FFFFFF;
}

.foot-link a:hover {
	color: #c3c3c3;
	font-weight: bold;
}

.foot-links .yd-content &gt; div {
	position: relative;
}

.foot-link-content {
	width: 100%;
	display: none;
	float: left;
	position: absolute;
	top: -280px;
	left: 0;
	z-index: 999;
	background: #fff;
	border: 2px solid #e3e3e3;
	border-bottom: none;
	padding: 20px;
	overflow-y: auto;
	height: 280px;
}

.foot-link-content ul {
	float: left;
	width: 100%;
}

.foot-link-content ul li {
	float: left;
	min-width: 25%;
}

.foot-link-content ul li a:hover {
	color: #1B9AF7;
}

.foot-link-content  a {
	color: #000000;
	font-size: 14px;
}

/** åº•éƒ¨å†…å®¹ **/
.foot-content {
	float: left;
	width: 100%;
}

/** åº•éƒ¨å·¦ä¾§ **/
.foot-content-l {
	float: left;
	width: 65%;
}

.foot-content-l &gt; div &gt; div:last-child {
	margin-left: 1px;
}

.foot-content-l ul {
	margin: 20px 0 0px 0;
	float: left;
	line-height: 30px;
	width: 100%;
}

.foot-content-l ul li {
	float: left;
	font-weight: bold;
	font-size: 15px;
	margin-right: 20px;
}

.foot-content-l ul li a {
	color: #fff;
	font-size: 15px;
}

.foot-content-l ul li a:hover {
	color: #3385cc;
}

.foot-content-l p {
	/*float: left;*/
	/*width: 100%;*/
	margin-top: 7px;
	color: #a4adb7;
	font-size: 16px;
}

.foot-content-l p a {
	color: #949494;
}

/** åº•éƒ¨å³ä¾§ **/
.foot-content-r {
	float: right;
	margin-top: 30px;
}

.foot-content-r &gt; div {
	display: inline-block;
}

.foot-content-r &gt; div &gt; div {
	text-align: center;
	font-size: 14px;
	color: #949494;
}

.foot-content-r img {
	width: 100px;
	height: 100px;
}

/********* æ‰€æœ‰å­é¡µé¢èƒŒæ™¯å›¾ ***********/

.main-content {
	/* background: #ededed; */
	width: 100%;
	float: left;
	position: relative;
	z-index: -2;
	/* min-height: 800px; */
	/*padding-bottom: 179px;*/
}

.content-back {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/news-back2.jpg) no-repeat;
	background-size: 100% 100%;
	height: 400px;
	z-index: -1;
}

.main-background {
	background-color: #FFFFFF;
	padding: 30px;
	width: 100%;
}

.background-img {
	width: 100%;
	height: auto;
}

.background-img img {
	width: 100%;
}


/** æ‰‹æœºç‰ˆ **/

@media screen and (max-width: 900px) {
	.main-content {
		padding-top: 10px;
	}

	.content-back {
		height: 155px
	}

	.row:first-child{
		margin-top: 10px;
	}
}

/*åŽŸæ¥æ‰‹æœºå°ºå¯¸ï¼ˆ768ï¼‰*/
@media screen and (max-width: 900px) {

	.main-content {
		padding-bottom: 20px;
	}
    .head_south {
        display: block;
    }

	.yd-header {
		width: 100%;
		height: auto;
		float: left;
		background: #fff;
		position: relative;
		z-index: 9999999;
		/* padding: 0.3rem 0; */
	}

	.yd-content {
		padding: 1px 15px;
	}

	.yd-header-right {
		display: none;
	}

	.v-center {
		top: 0;
		transform: none;
		width: 60%;
	}

	.nav {
		display: none;
	}

	/** æ‰‹æœºç‰ˆå¯¼èˆªstart **/
	.yd-content .navbar-toggle {
		border-color: #ddd;
		margin-right: 0px;
	}

	.yd-content .icon-bar {
		background-color: #888;
	}

	.navbar-collapse {
		/*background: #1B9AF7;*/
		paddding: 0 !important;
	}

	.navbar-nav {
		margin: 0 !important;
	}

	.navbar-nav &gt; li {
		position: relative;
		display: block;
	}

	ul.navbar-nav &gt; li.active &gt; a{
		font-weight: bold;
		color: #727373;
	}

	ul.navbar-nav &gt; li:hover &gt; a{
		font-weight: bold;
		color: #727373;
	}

	.navbar-nav &gt; li:not(:last-child) {
		border-bottom: 1px solid #e8e8e8;
	}

	ul.nav.navbar-nav li a {
	    margin: 7px 0px;
	    display: inline-block;
	    text-align: center;
	    width: auto;
	    color: #FFFFFF;
	}

	ul.navbar-nav &gt; li &gt; a {
	    position: relative;
	    display: block !important;
	    padding: 10px 15px !important;
	    text-align: left !important;
	    font-size: 15px !important;
	}

	ul.navbar-nav &gt; li &gt; span {
		float: right;
		position: absolute;
		z-index: 100;
		right: 5px;
		top: 13px;
		font-size: 18px;
		width: 25px;
		text-align: center;
	}

	ul.navbar-nav &gt; li &gt; .fa-angle-right {
		display: block;
	}

	ul.navbar-nav &gt; li &gt; .fa-angle-down {
		display: none;
	}

	ul.navbar-nav &gt; li.zhankai &gt; .fa-angle-right {
		display: none;
	}

	ul.navbar-nav &gt; li.zhankai &gt; .fa-angle-down {
		display: block;
	}

	.navbar-nav a {
		color: #797777;
	}

	.second-phone-ul {
	    display: none;
	    position: relative;
	    padding: 3px 26px;
		background: #ffffff;
	}

	.second-phone-ul &gt; li {
	    position: relative;
	    display: block;
	}

	.second-phone-ul &gt; li:not(:last-child){
	    border-bottom: 1px solid #dcdcdc;
	}

	.second-phone-ul &gt; li:hover a {
		font-weight: bold;
		background: #eaeaea6b;
	}

	.second-phone-ul &gt; li.active a {
		font-weight: bold;
		background: #e6e6e66b;
	}

	.second-phone-ul li a {
	    padding: 10px !important;
	    display: block !important;
	    text-align: left !important;
		font-size: 12px;
		margin: 0;
	}
	/** æ‰‹æœºç‰ˆå¯¼èˆªend **/


	.owl-carousel {
		height: 100% !important;
		margin: 0;
	}

	.banner .owl-controls {
		margin: 0;
	    bottom: 0px;
	}

	.banner .owl-theme .owl-dots .owl-dot {
	    zoom: 1 !important;
	}

	.owl-theme .owl-dots .owl-dot span {
		margin: 5px 5px;
	}

	.owl-theme .owl-controls .owl-nav [class*=owl-] .fa {
		font-size: 30px;
	}

	/** æ–°é—»ç‰ˆå—start **/
	.new-content .new-center {
		width: 100%;
	}

	.new .only-pic {
		width: 100%;
	}

	.new .only-pic img {
		height: auto;
		transform: scale(1);
	}

	.new .info {
		width: 100%;
		margin-top: 18px;
	}

	.new-center-body .new-img {
		width: 100%;
		display: none;
	}

	.new-center-body .new-img .item img {
		height: auto;
	}

	.new-center-body .basic-new-list {
		width: 100%;
	}

	.new-center-body .basic-new-list ul {
		margin: 0;
	}

	.new-center .new-center-body {
		padding: 0px 15px;
	}

	.new-center-body .news-ul {
		height: auto;
	}

	.new-center-body .news-ul .new-li {
		height: 43px;
		line-height: 43px;
	}

	.body-padding {
		padding: 0 15px!important;
	}

	.head-margin-top {
		margin-top: 20px;
	}

	.industry .industry-icon {
		padding-left: 13%;
	}

	.industry-list .industry {
		margin-left: 0;
		width: 100% !important;
		overflow: hidden;
	}

	.industry img {
		height: auto;
	}

	.swiper-content {
		margin-top: 20px;
	}

	.video-focus-phone {
		display: block;
	}

	.video-focus1 {
		display: none;
	}

	.swiper-content .video-display .swiper-button-prev-phone {
		left: 0;
	}

	.swiper-content .video-display .swiper-button-next-phone {
		right: 0;
	}

	.video-display .swiper-button-prev-phone, .video-display .swiper-button-next-phone {
		width: 33px;
		height: 50px;
		line-height: 50px;
		background-color: #c7001d;
		position: absolute;
		top: 50%;
		margin-top: -28px;
		font-size: 22px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		z-index: 3
	}

	.swiper-content .swiper-button-prev-phone, .swiper-content .swiper-button-next-phone {
		background-image: none!important;
	}

	.pic img {
		height: auto;
	}

	.video-play {
		width: 70px;
		height: 70px;
		margin: -40px 0 0 -40px;
	}

	.pop-video-layer .video-layer-detail {
		width: 100%!important;
		height: auto;
	}

	.pop-video-layer .video-layer-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		height: auto;
	}

	.swiper-button-disabled {
		background-color: #a0041b!important;
		color: #a9a9a9d9!important;
	}

	/** åº•éƒ¨start **/
	.footer {
		margin-top: 0px;
		height: auto;
	}

	.foot-links {
		height: 30px;
		line-height: 30px;
		/*margin-top: 15px;*/
	}

	.foot-links .yd-content {
		padding: 0px;
	}

	.foot-link {
		width: 50%;
		text-align: center;
	}

	.foot-link span.fa {
		display: none;
	}

	.foot-link-content {
		top: -180px;
		height: 180px;
	}

	.foot-link-content ul li {
	    min-width: 50%;
		text-align: left;
	}

	.foot-content-l {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}

	.foot-content-l &gt; div &gt; div:last-child {
		margin: 0;
	}

	.foot-content-l &gt; ul {
		display: none;
	}

	.foot-content-l &gt; p &gt; span {
		display: block;
		line-height: 22px;
	}

	.foot-content-r {
		width: 100%;
		margin-top: 0px;
		text-align: center;
		margin-bottom: 20px;
	}

	.foot-content-r &gt; div {
		float: none;
		display: inline-block;
	}

	.foot-content .yd-content {
		padding: 0px 15px;
	}

	.foot-content-r &gt; div {
		height: auto;
	}

	/** åº•éƒ¨end **/

	.content-back {
		height: 100px
	}

	#culture-detail_mobile {
		height: 100%;
	}
}




















/*å…šå»º*/

.child::before{
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}
.child-bottom::before{
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align:bottom;
}

.party_top{
	height: auto;margin-bottom: 50px
}
.party_top &gt;div{
	width: 100%;
	height: auto;
}
.party_top div  img{
	width: 100%;
}
.party_top div div{
	position: absolute;left: 0;right: 0;top: 0;bottom: 0;text-align: center;color: #fff;font-size: 2.5rem
}

.party_list{
	height: auto;
	margin-bottom: 50px
}
.party_list &gt; div{
	width: 100%;
	height: auto;
}
.party_list div  img{
	width: 100%;
}
.party_list div div{
	position: absolute;left: 0;right: 0;bottom: 10px;text-align: left;color: #fff;font-size: 2.5rem;padding-left:30px
}
.party_list div:hover img{
	transform:scale(1.1,1.1)
}
.party_list div div:hover {
	color: gold;
}
.child_banner{
	with: 100%;
	position: relative;
	overflow: hidden;
}
.child_banner div{
	min-height: 300px;
	text-align: center;
	display: inline-block;
}
.child_banner div img{
	position:  absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.party_hot{
	width: 100%;
	padding:20px;
	background: #fff
}
.party_hot_time{
	float: left;
	width: 20%
}

.party_hot_time div{
	background: red;width: 80px;height: 80px;color: #fff;
}
.party_hot_time div div:nth-child(1){
	height:60%;width: 100%;font-size: 3.0rem;text-align: center;
}
.party_hot_time div div:nth-child(2){
	height:40% ;line-height: 40%;font-size: 2rem;text-align: center;vertical-align: middle
}

.party_hot_describe{
	float: left;
	width: 80%
}
.party_hot_describe div{
	text-align: center;
}
.party_hot_describe div div:nth-child(1){
	height: 40%;color: red;font-size: 2rem;
}
.party_hot_describe div div:nth-child(2){
	font-size: 1.5rem;margin-top: 10px
}


.lised_company{
	background: #fff;
}
.lised_company img{
	width: 100%;
}
.lised_company p{
	font-size: 1.5rem;
	line-height: 3rem
}
.lised_company a{
	display:block; width:100px; height:30px; margin-top:22px; border:1px solid #1F5D9E; font-size:13px; line-height:30px; text-align:center; color:#1F5D9E;
}
.lised_company a:hover{
	background: #ccecff;
}


.human_context{
	color:#000	;
}

.human_context:hover{
	text-decoration:underline;
	color: #0a8cd2;

}
.human_context &gt;div{
	background: #fff;
	padding: 20px;
	box-shadow: 5px 5px 5px #888888;
}
.human_context div img{
	width: 100%;
}
.human_context div div{
	width: 100%;font-size: 1.7rem;line-height: 3.0rem;padding: 10px
}
.human_context div div div {
	border-bottom: 1px dashed #d2cece;width: 100%;margin-top: 10px
}

.human_context div h5 {
	text-align: center;color: #0a8cd2;
}
.humman_recruit{
	height: 100%
}
.humman_recruit &gt;div{
	height: 100%;background: #fff;
	box-shadow: 5px 5px 5px #888888;
}
.humman_recruit_img{
	width: 50%;float: left;padding: 20px;border-right: 1px dashed #d2cece;height: 100%
}
.humman_recruit_img img{
	width: 100%;
}

.humman_recruit_list{
	width: 50%;float: left;padding: 20px;height: 100%
}
.humman_recruit_list .news li{
	margin-bottom: 10px
}
.humman_recruit_list .news li div:first-child{
	float: left
}
.humman_recruit_list .news li div:first-child a{
	color: #000
}
.humman_recruit_list .news li div:first-child a:hover {
	color: #0a8cd2;
}
.humman_recruit_list .news li span{
	float: right
}
.humman_recruit_list h5{
	position: absolute;bottom: 0; right:50px;color: #0a8cd2;
}
.human_yueda{
	height: 100%
}
.human_yueda &gt;a&gt;div{
	background: #fff;height: 100%;
	box-shadow: 5px 5px 5px #888888;
}

.human_yueda div div{
	padding: 20px
}
.human_yueda div div img{
	width: 100%
}
.human_yueda div div div{
	width: 100%;font-size: 1.7rem;line-height: 3.0rem;padding: 10px
}

.human_yueda div h5{
	position: absolute;bottom: 0; right:50px;color: #0a8cd2;
}

.culture_context{
	color: #000;
	margin-bottom: 20px;
}
.culture_context:hover{
	text-decoration:underline;
	color: #0a8cd2;

}
.culture_context div img{
	width: 100%
}
.culture_context div div{
	width: 100%;font-size: 1.7rem;line-height: 3.0rem;padding: 10px;
}
.culture_context div div div{
	border-bottom: 1px dashed #d2cece;width: 100%;margin-top: 10px
}
.culture_context &gt; div &gt; div.culture-detail {
	width: 100%;
	font-size: 1.7rem;
	line-height: 30px;
	height: 220px;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}

.menu-p a {
	color: #ffffff;
}
</pre></body></html>